1. Article 1

1.1. Heading 1

Paragraph

This screencast will help you get started or you can read our guide below.

1.2. Heading 2

  1. Assuming you have Python already, `install Sphinx`_:
pip install sphinx
  1. Create a directory inside your project to hold your docs:
cd /path/to/project
mkdir docs
  1. Run sphinx-quickstart in there:
cd docs
sphinx-quickstart